<xs:complexType name="MeldedatenType">
<xs:attribute name="Aufhebungsgrund" use="required">
<xs:annotation>
<xs:documentation xml:lang="de-at">
Der Aufhebungsgrund der Meldung
ALT = Einsatz von Alternativen
WEG = Wegfall der Gefährdung
UEB = Innerhalb der Einrichtung übersiedelt
ZUG = Entlassen/Verzogen
TOT = Verstorben
AND = Sonstiges
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="ALT" />
<xs:enumeration value="WEG" />
<xs:enumeration value="UEB" />
<xs:enumeration value="ZUG" />
<xs:enumeration value="TOT" />
<xs:enumeration value="AND" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="Aufhebungsdatum" type="xs:dateTime" use="required">
<xs:annotation>
<xs:documentation xml:lang="de-at">
Das Datum ab wann die Maßnahmen/Beschränkungen aufgehoben wurden.
Format: yyyy-MM-ddThh:mm:ss
Beispiel: 2010-04-17T18:15:00
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
|